This report explores a dataset containing canidates and attributes for approximately 490,000 contributions.
## 'data.frame': 493422 obs. of 12 variables:
## $ name : Factor w/ 107161 levels "& DREW BURKE, MELANIE",..: 1 2 3 3 3 4 5 5 5 5 ...
## $ canidate : Factor w/ 3 levels "cand_nm","Sanders, Bernard",..: 2 2 2 2 2 2 2 2 2 2 ...
## $ city : Factor w/ 2251 levels "29 PALMS","ACAMPO",..: 1067 807 681 681 681 956 225 225 225 225 ...
## $ state : Factor w/ 2 levels "CA","contbr_st": 1 1 1 1 1 1 1 1 1 1 ...
## $ zip : num 9.55e+08 9.25e+08 9.29e+08 9.29e+08 9.29e+08 ...
## $ employer : Factor w/ 29481 levels "","-","- NONE -",..: 12217 10319 13216 13216 13216 3465 10227 10227 10227 10227 ...
## $ occupation: Factor w/ 13683 levels "","-","----",..: 6653 6653 7000 7000 7000 8062 5233 5233 5233 5233 ...
## $ amount : num 50 244 15 50 50 ...
## $ date : POSIXlt, format: "2016-04-17" "2015-09-04" ...
## $ receipt : Factor w/ 37 levels "","* EARMARKED CONTRIBUTION: SEE BELOW REATTRIBUTION/REFUND PENDING",..: 1 1 1 1 1 1 1 1 1 1 ...
## $ lon : num -123 -117 -118 -118 -118 ...
## $ lat : num 39.4 34 33.8 33.8 33.8 ...
## name canidate
## WEIL, MONIQUE : 257 cand_nm : 0
## MCLENNAN, MARLYN : 240 Sanders, Bernard:407164
## AUSLENDER, LEONARD: 239 Trump, Donald J.: 86258
## ISERI, MARTIN : 220
## SPEAR, JOSEPH : 210
## DAVIDSON, LISA : 203
## (Other) :492053
## city state zip
## LOS ANGELES : 33799 CA :493422 Min. : 0
## SAN FRANCISCO: 32011 contbr_st: 0 1st Qu.:900683036
## SAN DIEGO : 17770 Median :926777949
## OAKLAND : 13124 Mean :759234179
## SAN JOSE : 11642 3rd Qu.:946091302
## BERKELEY : 10707 Max. :961628693
## (Other) :374369
## employer occupation amount
## NONE : 80793 NOT EMPLOYED :105838 Min. :-10500.00
## NOT EMPLOYED : 43044 RETIRED : 50674 1st Qu.: 15.00
## RETIRED : 37507 INFORMATION REQUESTED: 16746 Median : 27.00
## SELF : 33131 TEACHER : 11655 Mean : 68.16
## SELF EMPLOYED: 29749 ENGINEER : 8584 3rd Qu.: 50.00
## (Other) :268832 (Other) :299849 Max. : 10000.00
## NA's : 366 NA's : 76
## date
## Min. :2015-05-04 00:00:00
## 1st Qu.:2016-02-27 00:00:00
## Median :2016-04-06 00:00:00
## Mean :2016-04-09 14:49:04
## 3rd Qu.:2016-05-31 00:00:00
## Max. :2016-12-31 00:00:00
##
## receipt
## :489797
## Refund : 3137
## * EARMARKED CONTRIBUTION: SEE BELOW REATTRIBUTION/REFUND PENDING: 431
## REATTRIBUTION/REFUND PENDING : 16
## REATTRIBUTION TO SPOUSE, TERRIE SCHULTZ. : 4
## REATTRIBUTION FROM SPOUSE, DEDE WHITESIDE. : 3
## (Other) : 34
## lon lat
## Min. :-124.286 Min. :23.15
## 1st Qu.:-122.236 1st Qu.:34.05
## Median :-120.572 Median :36.68
## Mean :-120.112 Mean :36.00
## 3rd Qu.:-118.235 3rd Qu.:37.80
## Max. : 2.239 Max. :48.88
## NA's :2727 NA's :2727
Within the summary you can see that largest city of contributors is Los Angeles. An overwhelming amount are Not Empoyed and most people made contributions around April of 2016. There are some strange things to poitn out like the minimum amount is listed as -10,500 dollars. This took me awhile to understand and with a little more investigating you can see in the receipt section there is a section called refunds were contributors may refund based on legalities of contributions in the state of california.
Transformed both long tail-esque data to better understand the distribution of amount of canidates. After the transformation we may see that as the amount increase the count of contributions decreases. This could be because primarly most people who contribute to canidates tend to be more blue collar citizens. Lets take a look at some other variables like cities, Occupation and name.
It looks like most people have contributed in larger metropolitan cities, which is no surprise. If we look at the second plot it is interesting to point out that a large majority of contributors are listed as “Not Employed”. My assumption would be either a large majority of people contributing to the campaign are really looking for a job or “Not Employed” could be used as a place holder. Lastly, we see some poeple have contributed well over two hundred times! That’s alot of contributions! Let’s investigate more with contirubtors who are unemployed.
## not_employed_df$state: CA
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -2300.00 15.00 27.00 50.16 50.00 5000.00
## --------------------------------------------------------
## not_employed_df$state: contbr_st
## NULL
As we can see above most people listed as “Not Employed” tend to donate less than one-hundread dollars. As the amount converges to a large dollar the count of count of contributions tend to decrease. Let’s investiage the median of the unemployment by viewing our summary. Within the summary we can see for unemployed people the median is roughly twenty-seven dollars, falling within the boundary of fifteen to fifty dollars. In my opinion, this seems relative to someone who essentially has no employment but wants to make an impact. However, looking at the max it seems odd that someone would be contributing five-thousand dollars and they are unemployed. This brings up my suggested conclusion that non-employment might be used as some sort of place holder or test.
In this second graph concerning occupation you can see that people had standard employments such as Teacher, Not Employed, Retired, Clerk and Photographer. What striked me odd in this barplot was some people changed there occupation with donations for example MCLENNAN, MARLYN was listed as RETIRED and NOT EMPLOYED.
This report explores a dataset containing canidates and attributes for approximately 490,000 contributions with 12 features (name,canidate,city,state,zip,employer,occupation,amount,date,receipt,lon,lat). The variables name, canidate, city state, employer, occupation are factors.
Other observations: * cities with most contributors are leaning liberal * largest contributor occupation is not employed * largest count of contributions are Bernie supporters * largest refund is more then alloted 10k * biggest contributions is the upperbound of 10k
the main features of the dataset are amount, city and occupation. I’d like to determine which features are voting for each respected canidates the most and what is their median or max contributions for each canidate as well as top locations.
They only feature I truly changed within the data set is the datetime which I re translated it to a more formal method so I may view it during my bivariate plot section. Other then that most variables were just re written to express a more readable form.
any operations on the data to tidy, adjust, or change the form of the data? If so, why did you do this?
I log-transformed the right skewed of the amount and count of the contributions in the canidate. While the price still has a similar skewedness I wanted to to investigate a deeper understand of the dataset for which it gave me a clear picture and understand of how the data set functioned. Primarly, we can see within the amount that the contributions tend to be more in the below hundred dollar range. In order to investigate this dataset more clear I must use bi-variant plots.
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -1153.00 2.70 3.00 8.03 10.00 742.40
## Mode FALSE TRUE NA's
## logical 150 1219 0
I wanted to do a step by step approach of the dataset of the names who contributed the most to show that I essentially need a bi-variante graph to get more insight. Within the first three plots I had noticed an error by checking the data set within it’s quantiles. It was brought to my attention in the third plot that 1200 observations between 0 and 30 are not identified in the first three plots. This can always be promblematic in dealing with data sets. Fortunately, I was able to remedy the problem by moving the boundary line back to zero and rescaling the data set to show a more accurate description of the original plot. All of these names contributed to the Bernie Sanders campaign as was visualized above. When we zoom in and look closer at the data and seperate the names in each column while taking a log transformation of the slightly skewed chart we can get a very clear visualization of how the contributors spread out there payments. I didn’t want to get into the refund payments just yet in the data set because it requires multiple variables to investigate further, but as you can see from the chart above most of the contributions to the Sanders Campaign were paid around a wide variety of ranges.
## 'data.frame': 493422 obs. of 12 variables:
## $ name : Factor w/ 107161 levels "& DREW BURKE, MELANIE",..: 1 2 3 3 3 4 5 5 5 5 ...
## $ canidate : Factor w/ 3 levels "cand_nm","Sanders, Bernard",..: 2 2 2 2 2 2 2 2 2 2 ...
## $ city : Factor w/ 2251 levels "29 PALMS","ACAMPO",..: 1067 807 681 681 681 956 225 225 225 225 ...
## $ state : Factor w/ 2 levels "CA","contbr_st": 1 1 1 1 1 1 1 1 1 1 ...
## $ zip : num 9.55e+08 9.25e+08 9.29e+08 9.29e+08 9.29e+08 ...
## $ employer : Factor w/ 29481 levels "","-","- NONE -",..: 12217 10319 13216 13216 13216 3465 10227 10227 10227 10227 ...
## $ occupation: Factor w/ 13683 levels "","-","----",..: 6653 6653 7000 7000 7000 8062 5233 5233 5233 5233 ...
## $ amount : num 50 244 15 50 50 ...
## $ date : POSIXlt, format: "2016-04-17" "2015-09-04" ...
## $ receipt : Factor w/ 37 levels "","* EARMARKED CONTRIBUTION: SEE BELOW REATTRIBUTION/REFUND PENDING",..: 1 1 1 1 1 1 1 1 1 1 ...
## $ lon : num -123 -117 -118 -118 -118 ...
## $ lat : num 39.4 34 33.8 33.8 33.8 ...
## name canidate
## WEIL, MONIQUE : 257 cand_nm : 0
## MCLENNAN, MARLYN : 240 Sanders, Bernard:407164
## AUSLENDER, LEONARD: 239 Trump, Donald J.: 86258
## ISERI, MARTIN : 220
## SPEAR, JOSEPH : 210
## DAVIDSON, LISA : 203
## (Other) :492053
## city state zip
## LOS ANGELES : 33799 CA :493422 Min. : 0
## SAN FRANCISCO: 32011 contbr_st: 0 1st Qu.:900683036
## SAN DIEGO : 17770 Median :926777949
## OAKLAND : 13124 Mean :759234179
## SAN JOSE : 11642 3rd Qu.:946091302
## BERKELEY : 10707 Max. :961628693
## (Other) :374369
## employer occupation amount
## NONE : 80793 NOT EMPLOYED :105838 Min. :-10500.00
## NOT EMPLOYED : 43044 RETIRED : 50674 1st Qu.: 15.00
## RETIRED : 37507 INFORMATION REQUESTED: 16746 Median : 27.00
## SELF : 33131 TEACHER : 11655 Mean : 68.16
## SELF EMPLOYED: 29749 ENGINEER : 8584 3rd Qu.: 50.00
## (Other) :268832 (Other) :299849 Max. : 10000.00
## NA's : 366 NA's : 76
## date
## Min. :2015-05-04 00:00:00
## 1st Qu.:2016-02-27 00:00:00
## Median :2016-04-06 00:00:00
## Mean :2016-04-09 14:49:04
## 3rd Qu.:2016-05-31 00:00:00
## Max. :2016-12-31 00:00:00
##
## receipt
## :489797
## Refund : 3137
## * EARMARKED CONTRIBUTION: SEE BELOW REATTRIBUTION/REFUND PENDING: 431
## REATTRIBUTION/REFUND PENDING : 16
## REATTRIBUTION TO SPOUSE, TERRIE SCHULTZ. : 4
## REATTRIBUTION FROM SPOUSE, DEDE WHITESIDE. : 3
## (Other) : 34
## lon lat
## Min. :-124.286 Min. :23.15
## 1st Qu.:-122.236 1st Qu.:34.05
## Median :-120.572 Median :36.68
## Mean :-120.112 Mean :36.00
## 3rd Qu.:-118.235 3rd Qu.:37.80
## Max. : 2.239 Max. :48.88
## NA's :2727 NA's :2727
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -1153.00 2.70 3.00 8.03 10.00 742.40
In this second graph concerning occupation you can see that people had standard employments such as Teacher, Not Employed, Retired, Clerk and Photographer. What striked me odd in this barplot was some people changed there occupation with donations for example MCLENNAN, MARLYN was listed as RETIRED and NOT EMPLOYED.
## date amount
## Min. :2015-05-04 00:00:00 Min. :-10500.00
## 1st Qu.:2016-02-27 00:00:00 1st Qu.: 15.00
## Median :2016-04-06 00:00:00 Median : 27.00
## Mean :2016-04-09 14:49:04 Mean : 68.16
## 3rd Qu.:2016-05-31 00:00:00 3rd Qu.: 50.00
## Max. :2016-12-31 00:00:00 Max. : 10000.00
## canidate
## Sanders, Bernard:407164
## Trump, Donald J.: 86258
##
##
##
##
I created a subset of the data with amount, canidate and date. The problem I have in this datset is you don’t have real numerical analysis but primarly location and amount contributions. But, you still can see interesting results in this matrix plot for instance, the canidates by date you see some noramility in one of the canidates. Secondly, if you look at the date time between Jan and July you see a large growth in contributions, let’s investigate this further.
As the date moves into the election you see that contributions are growning and falling. This really shows us a lot of noise and not a real indication of how contributions are created but let’s analyze this noise anyway. It seems to me that a bulk of the contributions were made around July. Since it’s the summer time canidates really take advantage of this by campaigning because people are usually more inclined to be more active in the warmer months. However, as we see near october and november there is a relative dip around the contribtuions. This is probably due to the fact that the election is drawing to and end. There are many refunds made around this time. While I investigated the legality of refunds outside of my data exploration, it is still very unclear how refunds are made. Primarly, this is due to people wanting there moneyback, illegal contributions or just basically run as a test within the dataset. Regardless, it seems like lots of refunds were granted after the summer expired.
## merge_samp$canidate: Sanders, Bernard
## Min. 1st Qu. Median
## "2015-05-27 00:00:00" "2016-02-13 00:00:00" "2016-03-25 00:00:00"
## Mean 3rd Qu. Max.
## "2016-03-14 15:50:05" "2016-04-30 00:00:00" "2016-08-04 00:00:00"
## --------------------------------------------------------
## merge_samp$canidate: Trump, Donald J.
## Min. 1st Qu. Median
## "2015-06-18 00:00:00" "2016-07-06 00:00:00" "2016-08-02 00:00:00"
## Mean 3rd Qu. Max.
## "2016-08-07 09:56:08" "2016-09-12 00:00:00" "2016-12-23 00:00:00"
Clearly we see that Sanders’ campaign is increasing as the months go on peacking around the third or forth month of 2016. We don’t see large contributions in Donald Trump until the June mark. This could be due to teh fact that he was nominated aroudn this time or it’s possible that California was still not interested in Donald Trump being the Republican canidate and still was hoping for a more moderate conservative like Jeb Bush or John Kasich. These plots do paint a very well detailed portrait of the canidates time running for president.
How did the features of interest vary with other features in the dataset.
the only true correlation I could do on this dataset was amount and zip_code using pearson and it found no real true correlation (something closer to zero) or around twenty percent negative correlation. Which means it the price of contributions is pretty all across the board in each zip code. I must stress again that the datasets that were both gathered on the government website are skewed in size, Bernie’s being higher, but taking that into account there is a strong notion that Bernie’s footnote campaign talk about the average american spending roughly twenty-seven dollars in this contributions seems to be right on the money. However, Sanders did not explain the large amount of refends he was getting from contributors. Trump’s, while low, seems to follow a normal uniform pattern in campaign contributions which just shows he’s steadly reaching the finish line.
There isn’t really any true relationship across the board in this dataset it really just outlines that the Sanders campaign had many contributors who seemed to be up and down along the campaign while Trump’s supports were steady and consistent.
the strongest thing I found was Bernie Sanders footnote of twenty-seven dollars. I though that was pretty wonderful.
As you may view from above the trend of the line graph by date between Sanders and Trump. Some observations to view are Sander’s data set is not a consistent as Trump’s. Meaning, his data set tends to peak and fall between high donations and refunds, while Trump’s data set seems to look more uniform in nature. Could this have something to do with anixety in the election cylce? One observation to be noted is the negative amount in the y axis. Let’s dive into this a bit closer.
as you can see above most of the refund that were return were by Bernie Sanders campaigne. While some refunds were made by Donald Trump it seems that Bernie Sanders had the most. However, one thing to keep in mind is that Bernie’s dataset is larger so it could account for just more datapoints in the plot. if we look at amounts we can see that Bernie sanders has more contributions in the postive direction as well. Let’s look at these in more depth statistically.
## bernie_city$city: BERKELEY
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -300.00 -169.50 -100.00 -119.80 -75.00 -5.27
## --------------------------------------------------------
## bernie_city$city: HUNTINGTON BEACH
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -100.00 -75.00 -50.00 -58.33 -37.50 -25.00
## --------------------------------------------------------
## bernie_city$city: LOS ANGELES
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -2280.0 -362.4 -214.0 -329.1 -71.0 -10.0
## --------------------------------------------------------
## bernie_city$city: OAKLAND
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -1000.00 -294.60 -39.59 -244.00 -35.00 -5.00
## --------------------------------------------------------
## bernie_city$city: SACRAMENTO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -500.00 -410.00 -137.50 -222.90 -71.25 -12.50
## --------------------------------------------------------
## bernie_city$city: SAN DIEGO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -500.00 -200.00 -100.00 -158.70 -38.75 -17.50
## --------------------------------------------------------
## bernie_city$city: SAN FRANCISCO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -2700.0 -757.8 -500.0 -653.2 -142.2 -5.0
## --------------------------------------------------------
## bernie_city$city: SAN JOSE
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -500.00 -236.20 -123.00 -171.80 -33.36 -20.23
## trump_city$city: LOS ANGELES
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -3027 -3027 -3027 -3027 -3027 -3027
## --------------------------------------------------------
## trump_city$city: SAN FRANCISCO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -2000 -2000 -2000 -2000 -2000 -2000
## largest_amount_bernie_trump$city: BAKERSFIELD
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.0 20.0 37.5 130.0 100.0 2700.0
## --------------------------------------------------------
## largest_amount_bernie_trump$city: BERKELEY
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 60.17 50.00 2600.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: HUNTINGTON BEACH
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.0 15.0 35.0 89.9 100.0 2400.0
## --------------------------------------------------------
## largest_amount_bernie_trump$city: LOS ANGELES
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.80 15.00 27.00 67.72 50.00 5400.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: OAKLAND
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 61.11 50.00 2700.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: SACRAMENTO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 58.78 50.00 2000.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: SAN DIEGO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 61.76 50.00 2700.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: SAN FRANCISCO
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 64.55 50.00 2700.00
## --------------------------------------------------------
## largest_amount_bernie_trump$city: SAN JOSE
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 15.00 27.00 55.96 50.00 2000.00
##
## Pearson's product-moment correlation
##
## data: merge_bs_dt_df$zip and merge_bs_dt_df$amount
## t = -150.4, df = 493420, p-value < 2.2e-16
## alternative hypothesis: true correlation is not equal to 0
## 95 percent confidence interval:
## -0.2120382 -0.2067023
## sample estimates:
## cor
## -0.2093718
We can now see that most of the the regunds fall into a median point for Sanders less then negative five hundred dollars. While, the Trump team seems to have small strips. If we view the postive amount, meaning the contributions, we see that by city the median rate is in twenty-seven mark for Bernie Sanders (which was a campaign footnote) while Trump’s falls in the forty-nine to fifty range.
These last two plots show the relationship that the canidates have by major cities of the date of time and the amount that is spent. As you can see clearly Sanders contributions in these states are more sporatic as the months go on while Trump’s tend to fall in a more uniform pattern (this is not to say that this is either good or bad). While, in the box plot we see are clearer picture of amounts recived where Sanders falls into the median range of around $27 dollars while trumps median range per city now seems to have more sporatic scaling. I personally believe the box plot shows a clear image of what’s going on in these cities.
These last two graphs show the overall range of were people are contribution. As you have noticed in the map you see a lot of red within the San Diego region and more across the ocean. However, these regions to have some dots for Bernie. Purple represents counties and cities where you have equal amounts of of contributions. Let’s investigate this deeper with the heat map. Overally, it is true that most people are going to be contributing that are Not Employed. But it seems that Retired people have also contributed a bit to the campaign as well as teachers. One of the problems in this set can be shown that Mr Sanders had a larger set to deal with while Trump did not.
Essentially, what the multivariable analysis taugh me is there really isn’t a left leaning or right leaning contribution within these two data sets. Primarily, most of the contributions seem to be equal in strenght. While, Bernie’s dataset is larger then Trump’s the conserable spread across the state between Democractic or Republican seems to be pretty equal here and has no direct correlation between on another.
I think the most suprising thing is that it’s NOT more blue in the data sets and it’s roughly spread fairly equally. I would of thought more people to support Bernie Sanders way more then Donald Trump and while they did support Sanders more I thought it would be more extreme.
The distribtuion of amount by count is on a log scale and is still skewed. However, this does give us a first impression of equal distribtuion between Sanders and Trump. Sanders, falling higher in scale below the <100 mark and Trump falling higher in the =800 mark.
This plot indicates how major cities contributed to the campaign. As you can see sanders has a median of roughly 27 dollars while Trump hwas a median around 50 dollars depending on the city. This shows a more uniform steady contribution for the sanders campaign while Trump’s is more all over the place. However, it looks to me like larger contributions were made for trump within the third quartile, while Sanders has heavier outliers.
The heat map shows the count of occupation by city regarding Donald J Trump and Bernie Sanders. You can see for Mr. Trump a large majority of contributors are Retired. This can be due to the fact that apparently, when people become older they become more conservative. The larger count for Sanders seems to fall in the “Not Employed” section. However, the data set between the two individuals are not relative in size.
This report explores a dataset containing canidates and attributes for approximately 490,000 contributions in California during the 2016 election for President of the United States. Most of the explination within the data set was done with amount, date, canidate, occupation, name and location. I wanted to explore if certain regions were more impacted by Sander’s campaign or Trump’s campaign. And my conclusion would be that, yes, there were more contributions made with the Sanders campaign, However, I was surprised to see that there were still contributions made for the Trump campaign as well.
When I explored the data set the first thing that suprised me was the amoutn of refunds that were carried about by the Sander’s campaign, one of the largest be -10,500 dollars. While I know there are alot of rules pertaining to campaign contributions I wonder if it was a true rerfund or something that wasn’t done properly based on California contribtuion rules.
Sander’s campaign median level of donation fell around the 27 dollar mark, while Donald Trump’s campaign fell around the 50 dollar mark. I was pleased to see that Sanders was correct in using his footnote for his speeches. The thing that struck me the most about these contributions is that a large majority were done by peopel who were unemployed, which makes me quesetion, do people get more involved in elecion cycles when they are unemployed? Do poeple tend to not care about contributions when they are in fact employed? Does the upper middle class seem to not care about elections because they are comfortable with their stage in life? It’s an interesting analysis to appraoch.
Finally, I believe doing an analysis of a more red state and comparing Sander’s to Trump would be interesting, or a swing state. However, I choose this state because it is in fact where I live.